PDF4Java Reference Documentation
com.o2sol.pdf4java Package / PDFFixedDocumentFeatures Class / setEnablePageGraphics Method
True if the page graphics is enabled.
In This Topic
    setEnablePageGraphics Method
    In This Topic
    Sets a value indicating whether page graphics is enabled.
    If page graphics is not enabled, then the method will return null for pages loaded from the PDF file.
    Syntax
    public void setEnablePageGraphics( 
       boolean value
    )

    Parameters

    value
    True if the page graphics is enabled.
    See Also